home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG Library 8 / PC-SIG Library CD-ROM (8th Edition) (1990-04).iso / 2001_100 / disk2024 / readme < prev    next >
Encoding:
Text File  |  1990-01-28  |  2.5 KB  |  55 lines

  1.  
  2.  
  3.     Description of Version 5 of the SPLOT (Screen Plot) Software:
  4.  
  5.     The SPLOT software will plot two and three dimensional data on the
  6.     screen of an IBM compatible PC with CGA, EGA, VGA or Hercules graphics.
  7.     The plot can be dumped to an IBM/Epson compatible printer or output to
  8.     an HPGL compatible plotter.  The SPLOT software can make a line plot, a
  9.     smooth curve plot, a scatter plot, a step plot or histogram of up to 200
  10.     sets of data on the same 2-dimensional plot; multiple data sets can also
  11.     be plotted as a 3-dimensional plot.  A single data set can contain up to
  12.     16000 data points.  The plot can have linear, log or normal probability
  13.     axes.  Data can be fit by a spline or a least squares polynomial or
  14.     exponential.  The SPLOT program creates a plot by executing a sequence
  15.     of plot commands which can be typed at the keyboard, selected from a
  16.     menu or read from a command file.
  17.  
  18.     The SPLOT software consists of the following files:
  19.  
  20.     SPLOT.EXE    - The program that makes a plot on the screen of a PC.
  21.     PLOTDUMP.COM - A memory resident program that dumps a plot to a printer.
  22.     HPLOT.EXE    - A program that makes a plot on a HPGL compatible plotter.
  23.     SPLOT.DOC    - SPLOT documentation file.
  24.     PLOTDUMP.DOC - PLOTDUMP documentation file.
  25.     HPLOT.DOC    - HPLOT documentation file.
  26.     *.PLT        - Example plot command files.
  27.     DATA*.DAT    - Example data files used by one of the example command files.
  28.     HPCOM1.BAT   - Example configuration of the COM1 port for an HP plotter.
  29.     PLOT1.BAT    - Batch file for printing to HP plotter as a background job.
  30.     *.BAS        - Example Basic programs that use SPLOT to plot functions.
  31.     PAYFORM      - Form to be printed out and sent with payment.
  32.  
  33.  
  34.     The SPLOT program is started in interactive mode by typing at the DOS
  35.     prompt: SPLOT
  36.  
  37.     Plot commands can be read and executed from a file by typing at the DOS
  38.     prompt: SPLOT filename
  39.  
  40.     To see a demo of the types of plots that can be made type at the DOS
  41.     prompt: SPLOT DEMO.PLT
  42.  
  43.     NOTE: To clear a plot, press the ESC key.
  44.  
  45.     NOTE: If the demo does not work on your PC then type the DOS command
  46.           "SET SPLOT=card" where "card" is your graphics card type: CGA,
  47.           EGA or HERCULES.
  48.  
  49.     If you find the SPLOT software useful please send payment of $20.00 to
  50.  
  51.                          William G. Hood
  52.                          711 Mitchell
  53.                          Conway, Arkansas 72032 (USA)
  54.           
  55.